home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / bandman / bwmsetup.exe / {app} / bwm.exe / 0 / RCDATA / TLOOKUPMACFORM / TLOOKUPMACFORM.txt < prev   
Text File  |  2005-05-01  |  1KB  |  59 lines

  1. object LookupMacForm: TLookupMacForm
  2.   Left = 324
  3.   Top = 336
  4.   BorderStyle = bsDialog
  5.   Caption = 'MAC Address Lookup'
  6.   ClientHeight = 128
  7.   ClientWidth = 241
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnOk: TButton
  22.     Left = 39
  23.     Top = 87
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '&Lookup'
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = btnOkClick
  30.   end
  31.   object btnCancel: TButton
  32.     Left = 127
  33.     Top = 87
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = '&Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object gbIpAddr: TGroupBox
  42.     Left = 10
  43.     Top = 10
  44.     Width = 217
  45.     Height = 64
  46.     Caption = 'Please enter an IP Address'
  47.     TabOrder = 2
  48.     object Image: TImage
  49.       Left = 16
  50.       Top = 21
  51.       Width = 32
  52.       Height = 32
  53.       AutoSize = True
  54.       Picture.Data = {<image000.bmp>}
  55.       Transparent = True
  56.     end
  57.   end
  58. end
  59.